home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_169708.txt < prev    next >
Text File  |  1987-11-25  |  740b  |  40 lines

  1. -- card: 169708 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  
  11. The opposite of false and the result of tests (such as 
  12. A > B).  Store true into variables that are later tested.
  13.    put true into confirmed 
  14. (. . . later)
  15.    if confirmed then . . . 
  16. Use this to compare with the result of ShiftKey, OptionKey, CommandKey, or mouse.
  17.    if the shiftKey = up then put "Please press the button"The numbers 0, 1, 2, ... 10.  
  18.  
  19.  
  20.  
  21. -- part contents for background part 2
  22. ----- text -----
  23. Constants  (cont.)
  24.  
  25. -- part contents for background part 44
  26. ----- text -----
  27.  
  28. true
  29.  
  30.  
  31.  
  32.  
  33. up
  34.  
  35.  
  36. zero...ten
  37.  
  38. -- part contents for background part 43
  39. ----- text -----
  40. 267,189